From: Hans van Kranenburg Date: Sat, 5 Sep 2020 20:51:29 +0000 (+0200) Subject: xen-utils-V scripts: remove update-alternatives X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~50 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=59133abbeb57caacda5f6e9e5d555d34ce10b7d1;p=xen.git xen-utils-V scripts: remove update-alternatives This has been in here for ages. I guess that we can remove it now. Signed-off-by: Hans van Kranenburg --- diff --git a/debian/xen-utils-V.postinst.vsn-in b/debian/xen-utils-V.postinst.vsn-in index 0acebf836b..d11a44c779 100644 --- a/debian/xen-utils-V.postinst.vsn-in +++ b/debian/xen-utils-V.postinst.vsn-in @@ -4,7 +4,6 @@ set -e case "$1" in configure) - update-alternatives --remove xen-default /usr/lib/xen-@version@ if [ -x "/etc/init.d/xen" ]; then # Only call the init script when this xen-utils-@version@ package # matches the currently running version of Xen. This means, doing diff --git a/debian/xen-utils-V.prerm.vsn-in b/debian/xen-utils-V.prerm.vsn-in index f1cb4299c3..8f580d9245 100644 --- a/debian/xen-utils-V.prerm.vsn-in +++ b/debian/xen-utils-V.prerm.vsn-in @@ -4,7 +4,6 @@ set -e case "$1" in remove|upgrade) - update-alternatives --remove xen-default /usr/lib/xen-@version@ if [ -x "/etc/init.d/xen" ]; then # Only call the init script when removing or while upgrading for # the currently running version of Xen.